FunctionTestCase

A test that is a regular function.

class FunctionTestCase : TestCase {}

Inherited Members

From TestCase

getPath
string getPath()
opCall
string[] opCall()

Executes the test.

numTestsRun
ulong numTestsRun()

Certain child classes override this

Meta